home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Utilities / Programming / Mac F2C 1.3.1 / Mac F2C / Mac F2C.rsrc / STR#_153.txt < prev    next >
Encoding:
Text File  |  1996-04-14  |  1.7 KB  |  27 lines

  1. Click to output only C code without a separate file of function prototypes.
  2.  
  3. You have selected to produce only C code without a separate file of function prototypes.
  4.  
  5. Click to output both C code and a separate file of function prototypes.  The prototype file will end in ‚Äú.P‚Äù.
  6.  
  7. You cannot select this option unless you selected either ANSI C or C++ output in the ‚ÄúC Output Options‚Äù dialog.
  8.  
  9. You have selected to produce both C code and a separate file of function prototypes.  The prototype file will end in ‚Äú.P‚Äù.
  10.  
  11. Click to output a file of function prototypes but not produce any C code.  The prototype file will end in ‚Äú.P‚Äù.
  12.  
  13. You cannot select this option unless you selected either ANSI C or C++ output in the ‚ÄúC Output Options‚Äù dialog.
  14.  
  15. You have selected to only generate a file of function prototypes without any C code.  The prototype file will end in ‚Äú.P‚Äù.
  16.  
  17. Check to re-translate FORTRAN files if the prototypes might change in a subsequent pass.
  18.  
  19. You cannot check this option unless you selected either ANSI C or C++ output in the ‚ÄúC Output‚Ķ‚Äù dialog and also selected either ‚ÄúCode & Protos‚Äù or ‚ÄúProtos only‚Äù in this dialog.
  20.  
  21. Uncheck to translate FORTRAN files only once, even if prototypes might change in a subsequent translation pass.
  22.  
  23. Check to have F2C infer the types of untypes EXTERNAL procedures from from their use as parameters to previously defined or prototyped procedures.  There is, unfortunately, no guarantee F2C will get it right.
  24.  
  25. Uncheck to keep F2C from inferring the types of untyped EXTERNAL procedures used only as parameters to other functions.  F2C will assume such procedures are subroutines and translate them into int-valued functions.
  26.  
  27.